home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 02 / 5 / DISK0254.ZIP / HELPPCJR / SECNDRY / BACKUP.HLP next >
Text File  |  1984-09-05  |  2KB  |  47 lines

  1. The BACKUP command copies one or more files from a fixed disk to a floppy
  2. diskette.  Before starting this command, make sure you have enough formatted
  3. floppies to store all the information that will be copied.  The command format
  4. is as follows:
  5.  
  6.       BACKUP d:[path][filename[.ext]] d:[/S][/M][/A][/D:mm-dd-yy]
  7.  
  8. The first parameter is the source fixed disk drive with optional path and
  9. filename to copy.  The second parameter is the target diskette drive followed
  10. by one or more options (if desired).  Global filename characters are allowed in
  11. the filename and extension (see the help file GLOBALS).  If the filename and
  12. extension are omitted, all files in the directory specified by the path will be
  13. backed up.  If the path is omitted, the root directory is copied.  All
  14. subdirectories may be copied using the /S option (see below).
  15.  
  16. These options may follow the target drive specifier:
  17.  
  18. /S  - Files in the specified directory as well as files in all subdirectories
  19.       starting at this directory are to be backed up.
  20.  
  21. /M  - Only files that have been modified since the last backup should be backed
  22.       up this time.  This option can be used to avoid backing up files that
  23.       never change.
  24. /A  - Backed up files should be added to the files already on the target
  25.       diskette.  WARNING ** If this option is not specified, all existing
  26.       files will be erased from the diskette before the backup begins (you will
  27.       be warned by DOS).
  28.  
  29. /D: - Only files modified on or after the specified date will be backed up.
  30.       See the help file DATE for the correct format for specifying a date.
  31.  
  32. Examples:
  33.  BACKUP C:\ A:/S    - Backs up the entire fixed disk to drive A: erasing the
  34.                       previously existing files on the diskette(s).
  35.  
  36.  BACKUP *.* A:/M/A  - Backs up only files that have been modified since the
  37.                       last backup and adds them to the files already on the
  38.                       diskette in drive A:
  39. NOTES **
  40. * BACKUP displays the name of each file as it is backed up.  This output may be
  41.   sent to the printer using the techniques described in the help file REDIRECT,
  42.   or by using the Fn Echo key sequence as described in the help file KEYS.
  43.  
  44. * Hints about backups are included in the help file BACKUPS.
  45.  
  46. * Diskettes created by BACKUP MUST be copied to the fixed disk using RESTORE.
  47.